Html Css Color HEX #AF6A09 Golden Brown

📋 copy color: '#AF6A09'

red 175 ◦ green 106 ◦ blue 9

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

Shades of Golden Brown #AF6A09

Tints of Golden Brown #AF6A09

RGB

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

 GREEN value IS 106 (41.8% from 255) = 36.55%

 BLUE value IS 9 (3.91% from 255) = 3.1%

R = 60.34%
G = 36.55%
B = 3.1%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.95

 K value IS 0.31

RGB Variations

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

Color information

#AF6A09 (or 0xAF6A09) is known color: Golden Brown. HEX triplet: AF, 6A and 09. RGB value is (175,106,9). Sum of RGB (Red+Green+Blue) = 175+106+9=290 (38% of max value = 765). Red value is 175 (68.75% from 255 or 60.34% from 290); Green value is 106 (41.80% from 255 or 36.55% from 290); Blue value is 9 (3.91% from 255 or 3.10% from 290); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6A09 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AF6A09 is #5095F6. Grayscale: #747474. Windows color (decimal): -5281271 or 617135. OLE color: 617135.

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

Color convert

RGB 175 106 9 -
CMYK 0 0.39 0.95 0.31
HSL 35.06º 0.9% 0.36% -
HSV(B) 35.06º 0.95% 0.69% -
XYZ 22.88 19.44 2.81 -
YUV 115.57 67.86 170.39 -
System Red Green Blue C M Y K H S L
Decimal 175 106 9 0 0.39 0.95 0.31 35.06 0.9 0.36
Hex AF 6A 9 0 27 5F 1F 23 5A 24
Octal 257 152 11 0 47 137 37 43 132 44
Binary 10101111 1101010 1001 0 100111 1011111 11111 100011 1011010 100100

Color Harmonies of #AF6A09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF6A09

Black with #AF6A09

Text Example


Text Example

White with #AF6A09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF6A09; }

 p { color: rgb(175,106,9); }

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

background-color css

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

 a { background-color: rgb(175,106,9); }

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

border-color css

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

 span { border-color: rgb(175,106,9); }

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