Html Css Color HEX #AF875C Teak

📋 copy color: '#AF875C'

red 175 ◦ green 135 ◦ blue 92

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

Shades of Teak #AF875C

Tints of Teak #AF875C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 22.89%

R = 43.53%
G = 33.58%
B = 22.89%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.47

 K value IS 0.31

RGB Variations

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

Color information

#AF875C (or 0xAF875C) is known color: Teak. HEX triplet: AF, 87 and 5C. RGB value is (175,135,92). Sum of RGB (Red+Green+Blue) = 175+135+92=402 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.53% from 402); Green value is 135 (53.12% from 255 or 33.58% from 402); Blue value is 92 (36.33% from 255 or 22.89% from 402); Max value from RGB is 175 - color contains mainly: red. Hex color #AF875C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF875C is #5078A3. Grayscale: #8E8E8E. Windows color (decimal): -5273764 or 6064047. OLE color: 6064047.

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

Color convert

RGB 175 135 92 -
CMYK 0 0.23 0.47 0.31
HSL 31.08º 0.34% 0.52% -
HSV(B) 31.08º 0.47% 0.69% -
XYZ 28.27 27.21 13.89 -
YUV 142.06 99.75 151.5 -
System Red Green Blue C M Y K H S L
Decimal 175 135 92 0 0.23 0.47 0.31 31.08 0.34 0.52
Hex AF 87 5C 0 17 2F 1F 1F 22 34
Octal 257 207 134 0 27 57 37 37 42 64
Binary 10101111 10000111 1011100 0 10111 101111 11111 11111 100010 110100

Color Harmonies of #AF875C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF875C

Black with #AF875C

Text Example


Text Example

White with #AF875C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF875C; }

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

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

background-color css

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

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

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

border-color css

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

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

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