Html Css Color HEX #AF8554 Teak

📋 copy color: '#AF8554'

red 175 ◦ green 133 ◦ blue 84

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

Shades of Teak #AF8554

Tints of Teak #AF8554

RGB

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

 GREEN value IS 133 (52.34% from 255) = 33.93%

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

R = 44.64%
G = 33.93%
B = 21.43%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.52

 K value IS 0.31

RGB Variations

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

Color information

#AF8554 (or 0xAF8554) is known color: Teak. HEX triplet: AF, 85 and 54. RGB value is (175,133,84). Sum of RGB (Red+Green+Blue) = 175+133+84=392 (51% of max value = 765). Red value is 175 (68.75% from 255 or 44.64% from 392); Green value is 133 (52.34% from 255 or 33.93% from 392); Blue value is 84 (33.20% from 255 or 21.43% from 392); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8554 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF8554 is #507AAB. Grayscale: #8C8C8C. Windows color (decimal): -5274284 or 5539247. OLE color: 5539247.

HSL color Cylindrical-coordinate representation of color #AF8554: hue angle of 32.31º 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 #AF8554 is Cyan = 0, Magento = 0.24, Yellow = 0.52 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 133 84 -
CMYK 0 0.24 0.52 0.31
HSL 32.31º 0.36% 0.51% -
HSV(B) 32.31º 0.52% 0.69% -
XYZ 27.67 26.53 12.05 -
YUV 139.97 96.41 152.98 -
System Red Green Blue C M Y K H S L
Decimal 175 133 84 0 0.24 0.52 0.31 32.31 0.36 0.51
Hex AF 85 54 0 18 34 1F 20 24 33
Octal 257 205 124 0 30 64 37 40 44 63
Binary 10101111 10000101 1010100 0 11000 110100 11111 100000 100100 110011

Color Harmonies of #AF8554

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF8554

Black with #AF8554

Text Example


Text Example

White with #AF8554

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF8554; }

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

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

background-color css

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

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

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

border-color css

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

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

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