Html Css Color HEX #AF6505 Golden Brown

📋 copy color: '#AF6505'

red 175 ◦ green 101 ◦ blue 5

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

Shades of Golden Brown #AF6505

Tints of Golden Brown #AF6505

RGB

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

 GREEN value IS 101 (39.84% from 255) = 35.94%

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

R = 62.28%
G = 35.94%
B = 1.78%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.97

 K value IS 0.31

RGB Variations

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

Color information

#AF6505 (or 0xAF6505) is known color: Golden Brown. HEX triplet: AF, 65 and 05. RGB value is (175,101,5). Sum of RGB (Red+Green+Blue) = 175+101+5=281 (37% of max value = 765). Red value is 175 (68.75% from 255 or 62.28% from 281); Green value is 101 (39.84% from 255 or 35.94% from 281); Blue value is 5 (2.34% from 255 or 1.78% from 281); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6505 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AF6505 is #509AFA. Grayscale: #707070. Windows color (decimal): -5282555 or 353711. OLE color: 353711.

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

Color convert

RGB 175 101 5 -
CMYK 0 0.42 0.97 0.31
HSL 33.88º 0.94% 0.35% -
HSV(B) 33.88º 0.97% 0.69% -
XYZ 22.36 18.43 2.52 -
YUV 112.18 67.52 172.81 -
System Red Green Blue C M Y K H S L
Decimal 175 101 5 0 0.42 0.97 0.31 33.88 0.94 0.35
Hex AF 65 5 0 2A 61 1F 22 5E 23
Octal 257 145 5 0 52 141 37 42 136 43
Binary 10101111 1100101 101 0 101010 1100001 11111 100010 1011110 100011

Color Harmonies of #AF6505

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF6505

Black with #AF6505

Text Example


Text Example

White with #AF6505

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF6505; }

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

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

background-color css

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

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

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

border-color css

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

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

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