Html Css Color HEX #AF5D06 Golden Brown

📋 copy color: '#AF5D06'

red 175 ◦ green 93 ◦ blue 6

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

Shades of Golden Brown #AF5D06

Tints of Golden Brown #AF5D06

RGB

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

 GREEN value IS 93 (36.72% from 255) = 33.94%

 BLUE value IS 6 (2.73% from 255) = 2.19%

R = 63.87%
G = 33.94%
B = 2.19%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.97

 K value IS 0.31

RGB Variations

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

Color information

#AF5D06 (or 0xAF5D06) is known color: Golden Brown. HEX triplet: AF, 5D and 06. RGB value is (175,93,6). Sum of RGB (Red+Green+Blue) = 175+93+6=274 (36% of max value = 765). Red value is 175 (68.75% from 255 or 63.87% from 274); Green value is 93 (36.72% from 255 or 33.94% from 274); Blue value is 6 (2.73% from 255 or 2.19% from 274); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5D06 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AF5D06 is #50A2F9. Grayscale: #6C6C6C. Windows color (decimal): -5284602 or 417199. OLE color: 417199.

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

Color convert

RGB 175 93 6 -
CMYK 0 0.47 0.97 0.31
HSL 30.89º 0.93% 0.35% -
HSV(B) 30.89º 0.97% 0.69% -
XYZ 21.63 16.96 2.31 -
YUV 107.6 70.67 176.07 -
System Red Green Blue C M Y K H S L
Decimal 175 93 6 0 0.47 0.97 0.31 30.89 0.93 0.35
Hex AF 5D 6 0 2F 61 1F 1F 5D 23
Octal 257 135 6 0 57 141 37 37 135 43
Binary 10101111 1011101 110 0 101111 1100001 11111 11111 1011101 100011

Color Harmonies of #AF5D06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF5D06

Black with #AF5D06

Text Example


Text Example

White with #AF5D06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF5D06; }

 p { color: rgb(175,93,6); }

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

background-color css

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

 a { background-color: rgb(175,93,6); }

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

border-color css

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

 span { border-color: rgb(175,93,6); }

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