Html Css Color HEX #AF845A Teak

📋 copy color: '#AF845A'

red 175 ◦ green 132 ◦ blue 90

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

Shades of Teak #AF845A

Tints of Teak #AF845A

RGB

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

 GREEN value IS 132 (51.95% from 255) = 33.25%

 BLUE value IS 90 (35.55% from 255) = 22.67%

R = 44.08%
G = 33.25%
B = 22.67%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.49

 K value IS 0.31

RGB Variations

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

Color information

#AF845A (or 0xAF845A) is known color: Teak. HEX triplet: AF, 84 and 5A. RGB value is (175,132,90). Sum of RGB (Red+Green+Blue) = 175+132+90=397 (52% of max value = 765). Red value is 175 (68.75% from 255 or 44.08% from 397); Green value is 132 (51.95% from 255 or 33.25% from 397); Blue value is 90 (35.55% from 255 or 22.67% from 397); Max value from RGB is 175 - color contains mainly: red. Hex color #AF845A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF845A is #507BA5. Grayscale: #8C8C8C. Windows color (decimal): -5274534 or 5932207. OLE color: 5932207.

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

Color convert

RGB 175 132 90 -
CMYK 0 0.25 0.49 0.31
HSL 29.65º 0.35% 0.52% -
HSV(B) 29.65º 0.49% 0.69% -
XYZ 27.78 26.35 13.3 -
YUV 140.07 99.75 152.92 -
System Red Green Blue C M Y K H S L
Decimal 175 132 90 0 0.25 0.49 0.31 29.65 0.35 0.52
Hex AF 84 5A 0 19 31 1F 1E 23 34
Octal 257 204 132 0 31 61 37 36 43 64
Binary 10101111 10000100 1011010 0 11001 110001 11111 11110 100011 110100

Color Harmonies of #AF845A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF845A

Black with #AF845A

Text Example


Text Example

White with #AF845A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF845A; }

 p { color: rgb(175,132,90); }

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

background-color css

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

 a { background-color: rgb(175,132,90); }

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

border-color css

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

 span { border-color: rgb(175,132,90); }

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