Html Css Color HEX #AF8754 Teak

📋 copy color: '#AF8754'

red 175 ◦ green 135 ◦ blue 84

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

Shades of Teak #AF8754

Tints of Teak #AF8754

RGB

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

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

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

R = 44.42%
G = 34.26%
B = 21.32%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.52

 K value IS 0.31

RGB Variations

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

Color information

#AF8754 (or 0xAF8754) is known color: Teak. HEX triplet: AF, 87 and 54. RGB value is (175,135,84). Sum of RGB (Red+Green+Blue) = 175+135+84=394 (52% of max value = 765). Red value is 175 (68.75% from 255 or 44.42% from 394); Green value is 135 (53.12% from 255 or 34.26% from 394); Blue value is 84 (33.20% from 255 or 21.32% from 394); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8754 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF8754 is #5078AB. Grayscale: #8D8D8D. Windows color (decimal): -5273772 or 5539759. OLE color: 5539759.

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

Color convert

RGB 175 135 84 -
CMYK 0 0.23 0.52 0.31
HSL 33.63º 0.36% 0.51% -
HSV(B) 33.63º 0.52% 0.69% -
XYZ 27.94 27.08 12.14 -
YUV 141.15 95.75 152.15 -
System Red Green Blue C M Y K H S L
Decimal 175 135 84 0 0.23 0.52 0.31 33.63 0.36 0.51
Hex AF 87 54 0 17 34 1F 22 24 33
Octal 257 207 124 0 27 64 37 42 44 63
Binary 10101111 10000111 1010100 0 10111 110100 11111 100010 100100 110011

Color Harmonies of #AF8754

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF8754

Black with #AF8754

Text Example


Text Example

White with #AF8754

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF8754; }

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

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

background-color css

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

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

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

border-color css

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

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

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