Html Css Color HEX #AF6005 Golden Brown

📋 copy color: '#AF6005'

red 175 ◦ green 96 ◦ blue 5

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

Shades of Golden Brown #AF6005

Tints of Golden Brown #AF6005

RGB

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

 GREEN value IS 96 (37.89% from 255) = 34.78%

 BLUE value IS 5 (2.34% from 255) = 1.81%

R = 63.41%
G = 34.78%
B = 1.81%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.97

 K value IS 0.31

RGB Variations

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

Color information

#AF6005 (or 0xAF6005) is known color: Golden Brown. HEX triplet: AF, 60 and 05. RGB value is (175,96,5). Sum of RGB (Red+Green+Blue) = 175+96+5=276 (36% of max value = 765). Red value is 175 (68.75% from 255 or 63.41% from 276); Green value is 96 (37.89% from 255 or 34.78% from 276); Blue value is 5 (2.34% from 255 or 1.81% from 276); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6005 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AF6005 is #509FFA. Grayscale: #6D6D6D. Windows color (decimal): -5283835 or 352431. OLE color: 352431.

HSL color Cylindrical-coordinate representation of color #AF6005: hue angle of 32.12º degrees, saturation: 0.94, 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 #AF6005 is Cyan = 0, Magento = 0.45, Yellow = 0.97 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 96 5 -
CMYK 0 0.45 0.97 0.31
HSL 32.12º 0.94% 0.35% -
HSV(B) 32.12º 0.97% 0.69% -
XYZ 21.89 17.49 2.37 -
YUV 109.25 69.17 174.9 -
System Red Green Blue C M Y K H S L
Decimal 175 96 5 0 0.45 0.97 0.31 32.12 0.94 0.35
Hex AF 60 5 0 2D 61 1F 20 5E 23
Octal 257 140 5 0 55 141 37 40 136 43
Binary 10101111 1100000 101 0 101101 1100001 11111 100000 1011110 100011

Color Harmonies of #AF6005

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF6005

Black with #AF6005

Text Example


Text Example

White with #AF6005

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF6005; }

 p { color: rgb(175,96,5); }

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

background-color css

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

 a { background-color: rgb(175,96,5); }

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

border-color css

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

 span { border-color: rgb(175,96,5); }

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