Html Css Color HEX #AF5D04 Golden Brown

📋 copy color: '#AF5D04'

red 175 ◦ green 93 ◦ blue 4

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

Shades of Golden Brown #AF5D04

Tints of Golden Brown #AF5D04

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.47%

R = 64.34%
G = 34.19%
B = 1.47%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.98

 K value IS 0.31

RGB Variations

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

Color information

#AF5D04 (or 0xAF5D04) is known color: Golden Brown. HEX triplet: AF, 5D and 04. RGB value is (175,93,4). Sum of RGB (Red+Green+Blue) = 175+93+4=272 (36% of max value = 765). Red value is 175 (68.75% from 255 or 64.34% from 272); Green value is 93 (36.72% from 255 or 34.19% from 272); Blue value is 4 (1.95% from 255 or 1.47% from 272); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5D04 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AF5D04 is #50A2FB. Grayscale: #6B6B6B. Windows color (decimal): -5284604 or 286127. OLE color: 286127.

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

Color convert

RGB 175 93 4 -
CMYK 0 0.47 0.98 0.31
HSL 31.23º 0.96% 0.35% -
HSV(B) 31.23º 0.98% 0.69% -
XYZ 21.62 16.95 2.25 -
YUV 107.37 69.67 176.24 -
System Red Green Blue C M Y K H S L
Decimal 175 93 4 0 0.47 0.98 0.31 31.23 0.96 0.35
Hex AF 5D 4 0 2F 62 1F 1F 60 23
Octal 257 135 4 0 57 142 37 37 140 43
Binary 10101111 1011101 100 0 101111 1100010 11111 11111 1100000 100011

Color Harmonies of #AF5D04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF5D04

Black with #AF5D04

Text Example


Text Example

White with #AF5D04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF5D04; }

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

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

background-color css

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

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

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

border-color css

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

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

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