Html Css Color HEX #AF875B Teak

📋 copy color: '#AF875B'

red 175 ◦ green 135 ◦ blue 91

#AF875B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Teak #AF875B

Tints of Teak #AF875B

RGB

 RED value IS 175 (68.75% from 255) = 43.64%

 GREEN value IS 135 (53.13% from 255) = 33.67%

 BLUE value IS 91 (35.94% from 255) = 22.69%

R = 43.64%
G = 33.67%
B = 22.69%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.48

 K value IS 0.31

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#AF875B (or 0xAF875B) is known color: Teak. HEX triplet: AF, 87 and 5B. RGB value is (175,135,91). Sum of RGB (Red+Green+Blue) = 175+135+91=401 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.64% from 401); Green value is 135 (53.12% from 255 or 33.67% from 401); Blue value is 91 (35.94% from 255 or 22.69% from 401); Max value from RGB is 175 - color contains mainly: red. Hex color #AF875B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF875B is #5078A4. Grayscale: #8E8E8E. Windows color (decimal): -5273765 or 5998511. OLE color: 5998511.

HSL color Cylindrical-coordinate representation of color #AF875B: hue angle of 31.43º degrees, saturation: 0.34, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #AF875B is Cyan = 0, Magento = 0.23, Yellow = 0.48 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 135 91 -
CMYK 0 0.23 0.48 0.31
HSL 31.43º 0.34% 0.52% -
HSV(B) 31.43º 0.48% 0.69% -
XYZ 28.23 27.2 13.66 -
YUV 141.94 99.25 151.58 -
System Red Green Blue C M Y K H S L
Decimal 175 135 91 0 0.23 0.48 0.31 31.43 0.34 0.52
Hex AF 87 5B 0 17 30 1F 1F 22 34
Octal 257 207 133 0 27 60 37 37 42 64
Binary 10101111 10000111 1011011 0 10111 110000 11111 11111 100010 110100

Color Harmonies of #AF875B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF875B

Black with #AF875B

Text Example


Text Example

White with #AF875B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF875B; }

 p { color: rgb(175,135,91); }

 H1.HeaderClassName
 {
   color: #AF875B;
 }
 .AnyTagClassName
 {
   color: #AF875B;
 }
</style>

background-color css

<style>
 a { background-color: #AF875B; }

 a { background-color: rgb(175,135,91); }

 div.DivClassName
 {
   background-color: #AF875B;
 }
 .BgClassName
 {
   background-color: #AF875B;
 }
</style>

border-color css

<style>
 span { border-color: #AF875B; }

 span { border-color: rgb(175,135,91); }

 td.TdClassName
 {
   border-color: #AF875B;
 }
 .TagClassName
 {
   border-color: #AF875B;
 }
</style>