Html Css Color HEX #AF6A04 Golden Brown

📋 copy color: '#AF6A04'

red 175 ◦ green 106 ◦ blue 4

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

Shades of Golden Brown #AF6A04

Tints of Golden Brown #AF6A04

RGB

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

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

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

R = 61.4%
G = 37.19%
B = 1.4%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.98

 K value IS 0.31

RGB Variations

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

Color information

#AF6A04 (or 0xAF6A04) is known color: Golden Brown. HEX triplet: AF, 6A and 04. RGB value is (175,106,4). Sum of RGB (Red+Green+Blue) = 175+106+4=285 (37% of max value = 765). Red value is 175 (68.75% from 255 or 61.40% from 285); Green value is 106 (41.80% from 255 or 37.19% from 285); Blue value is 4 (1.95% from 255 or 1.40% from 285); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6A04 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AF6A04 is #5095FB. Grayscale: #737373. Windows color (decimal): -5281276 or 289455. OLE color: 289455.

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

Color convert

RGB 175 106 4 -
CMYK 0 0.39 0.98 0.31
HSL 35.79º 0.96% 0.35% -
HSV(B) 35.79º 0.98% 0.69% -
XYZ 22.86 19.43 2.66 -
YUV 115 65.36 170.79 -
System Red Green Blue C M Y K H S L
Decimal 175 106 4 0 0.39 0.98 0.31 35.79 0.96 0.35
Hex AF 6A 4 0 27 62 1F 24 60 23
Octal 257 152 4 0 47 142 37 44 140 43
Binary 10101111 1101010 100 0 100111 1100010 11111 100100 1100000 100011

Color Harmonies of #AF6A04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF6A04

Black with #AF6A04

Text Example


Text Example

White with #AF6A04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF6A04; }

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

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

background-color css

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

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

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

border-color css

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

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

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