Html Css Color HEX #AF8A54 Teak

📋 copy color: '#AF8A54'

red 175 ◦ green 138 ◦ blue 84

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

Shades of Teak #AF8A54

Tints of Teak #AF8A54

RGB

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

 GREEN value IS 138 (54.3% from 255) = 34.76%

 BLUE value IS 84 (33.2% from 255) = 21.16%

R = 44.08%
G = 34.76%
B = 21.16%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.52

 K value IS 0.31

RGB Variations

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

Color information

#AF8A54 (or 0xAF8A54) is known color: Teak. HEX triplet: AF, 8A and 54. RGB value is (175,138,84). Sum of RGB (Red+Green+Blue) = 175+138+84=397 (52% of max value = 765). Red value is 175 (68.75% from 255 or 44.08% from 397); Green value is 138 (54.30% from 255 or 34.76% from 397); Blue value is 84 (33.20% from 255 or 21.16% from 397); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8A54 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF8A54 is #5075AB. Grayscale: #8F8F8F. Windows color (decimal): -5273004 or 5540527. OLE color: 5540527.

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

Color convert

RGB 175 138 84 -
CMYK 0 0.21 0.52 0.31
HSL 35.6º 0.36% 0.51% -
HSV(B) 35.6º 0.52% 0.69% -
XYZ 28.37 27.93 12.28 -
YUV 142.91 94.76 150.89 -
System Red Green Blue C M Y K H S L
Decimal 175 138 84 0 0.21 0.52 0.31 35.6 0.36 0.51
Hex AF 8A 54 0 15 34 1F 24 24 33
Octal 257 212 124 0 25 64 37 44 44 63
Binary 10101111 10001010 1010100 0 10101 110100 11111 100100 100100 110011

Color Harmonies of #AF8A54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF8A54

Black with #AF8A54

Text Example


Text Example

White with #AF8A54

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF8A54; }

 p { color: rgb(175,138,84); }

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

background-color css

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

 a { background-color: rgb(175,138,84); }

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

border-color css

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

 span { border-color: rgb(175,138,84); }

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