Html Css Color HEX #AF6D05 Golden Brown

📋 copy color: '#AF6D05'

red 175 ◦ green 109 ◦ blue 5

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

Shades of Golden Brown #AF6D05

Tints of Golden Brown #AF6D05

RGB

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

 GREEN value IS 109 (42.97% from 255) = 37.72%

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

R = 60.55%
G = 37.72%
B = 1.73%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.97

 K value IS 0.31

RGB Variations

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

Color information

#AF6D05 (or 0xAF6D05) is known color: Golden Brown. HEX triplet: AF, 6D and 05. RGB value is (175,109,5). Sum of RGB (Red+Green+Blue) = 175+109+5=289 (38% of max value = 765). Red value is 175 (68.75% from 255 or 60.55% from 289); Green value is 109 (42.97% from 255 or 37.72% from 289); Blue value is 5 (2.34% from 255 or 1.73% from 289); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6D05 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AF6D05 is #5092FA. Grayscale: #757575. Windows color (decimal): -5280507 or 355759. OLE color: 355759.

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

Color convert

RGB 175 109 5 -
CMYK 0 0.38 0.97 0.31
HSL 36.71º 0.94% 0.35% -
HSV(B) 36.71º 0.97% 0.69% -
XYZ 23.18 20.06 2.79 -
YUV 116.88 64.87 169.46 -
System Red Green Blue C M Y K H S L
Decimal 175 109 5 0 0.38 0.97 0.31 36.71 0.94 0.35
Hex AF 6D 5 0 26 61 1F 25 5E 23
Octal 257 155 5 0 46 141 37 45 136 43
Binary 10101111 1101101 101 0 100110 1100001 11111 100101 1011110 100011

Color Harmonies of #AF6D05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF6D05

Black with #AF6D05

Text Example


Text Example

White with #AF6D05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF6D05; }

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

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

background-color css

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

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

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

border-color css

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

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

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