Html Css Color HEX #AF6304 Golden Brown

📋 copy color: '#AF6304'

red 175 ◦ green 99 ◦ blue 4

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

Shades of Golden Brown #AF6304

Tints of Golden Brown #AF6304

RGB

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

 GREEN value IS 99 (39.06% from 255) = 35.61%

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

R = 62.95%
G = 35.61%
B = 1.44%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.98

 K value IS 0.31

RGB Variations

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

Color information

#AF6304 (or 0xAF6304) is known color: Golden Brown. HEX triplet: AF, 63 and 04. RGB value is (175,99,4). Sum of RGB (Red+Green+Blue) = 175+99+4=278 (36% of max value = 765). Red value is 175 (68.75% from 255 or 62.95% from 278); Green value is 99 (39.06% from 255 or 35.61% from 278); Blue value is 4 (1.95% from 255 or 1.44% from 278); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6304 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AF6304 is #509CFB. Grayscale: #6F6F6F. Windows color (decimal): -5283068 or 287663. OLE color: 287663.

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

Color convert

RGB 175 99 4 -
CMYK 0 0.43 0.98 0.31
HSL 33.33º 0.96% 0.35% -
HSV(B) 33.33º 0.98% 0.69% -
XYZ 22.16 18.05 2.43 -
YUV 110.89 67.68 173.72 -
System Red Green Blue C M Y K H S L
Decimal 175 99 4 0 0.43 0.98 0.31 33.33 0.96 0.35
Hex AF 63 4 0 2B 62 1F 21 60 23
Octal 257 143 4 0 53 142 37 41 140 43
Binary 10101111 1100011 100 0 101011 1100010 11111 100001 1100000 100011

Color Harmonies of #AF6304

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF6304

Black with #AF6304

Text Example


Text Example

White with #AF6304

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF6304; }

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

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

background-color css

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

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

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

border-color css

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

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

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