Html Css Color HEX #AF6805 Golden Brown

📋 copy color: '#AF6805'

red 175 ◦ green 104 ◦ blue 5

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

Shades of Golden Brown #AF6805

Tints of Golden Brown #AF6805

RGB

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

 GREEN value IS 104 (41.02% from 255) = 36.62%

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

R = 61.62%
G = 36.62%
B = 1.76%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.97

 K value IS 0.31

RGB Variations

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

Color information

#AF6805 (or 0xAF6805) is known color: Golden Brown. HEX triplet: AF, 68 and 05. RGB value is (175,104,5). Sum of RGB (Red+Green+Blue) = 175+104+5=284 (37% of max value = 765). Red value is 175 (68.75% from 255 or 61.62% from 284); Green value is 104 (41.02% from 255 or 36.62% from 284); Blue value is 5 (2.34% from 255 or 1.76% from 284); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6805 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AF6805 is #5097FA. Grayscale: #727272. Windows color (decimal): -5281787 or 354479. OLE color: 354479.

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

Color convert

RGB 175 104 5 -
CMYK 0 0.41 0.97 0.31
HSL 34.94º 0.94% 0.35% -
HSV(B) 34.94º 0.97% 0.69% -
XYZ 22.66 19.03 2.62 -
YUV 113.94 66.52 171.55 -
System Red Green Blue C M Y K H S L
Decimal 175 104 5 0 0.41 0.97 0.31 34.94 0.94 0.35
Hex AF 68 5 0 29 61 1F 23 5E 23
Octal 257 150 5 0 51 141 37 43 136 43
Binary 10101111 1101000 101 0 101001 1100001 11111 100011 1011110 100011

Color Harmonies of #AF6805

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF6805

Black with #AF6805

Text Example


Text Example

White with #AF6805

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF6805; }

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

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

background-color css

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

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

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

border-color css

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

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

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