Html Css Color HEX #AF6801 Golden Brown

📋 copy color: '#AF6801'

red 175 ◦ green 104 ◦ blue 1

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

Shades of Golden Brown #AF6801

Tints of Golden Brown #AF6801

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.36%

R = 62.5%
G = 37.14%
B = 0.36%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.99

 K value IS 0.31

RGB Variations

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

Color information

#AF6801 (or 0xAF6801) is known color: Golden Brown. HEX triplet: AF, 68 and 01. RGB value is (175,104,1). Sum of RGB (Red+Green+Blue) = 175+104+1=280 (37% of max value = 765). Red value is 175 (68.75% from 255 or 62.5% from 280); Green value is 104 (41.02% from 255 or 37.14% from 280); Blue value is 1 (0.78% from 255 or 0.36% from 280); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6801 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AF6801 is #5097FE. Grayscale: #717171. Windows color (decimal): -5281791 or 92335. OLE color: 92335.

HSL color Cylindrical-coordinate representation of color #AF6801: hue angle of 35.52º degrees, saturation: 0.99, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AF6801 is Cyan = 0, Magento = 0.41, Yellow = 0.99 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 104 1 -
CMYK 0 0.41 0.99 0.31
HSL 35.52º 0.99% 0.35% -
HSV(B) 35.52º 0.99% 0.69% -
XYZ 22.63 19.02 2.51 -
YUV 113.49 64.52 171.88 -
System Red Green Blue C M Y K H S L
Decimal 175 104 1 0 0.41 0.99 0.31 35.52 0.99 0.35
Hex AF 68 1 0 29 63 1F 24 63 23
Octal 257 150 1 0 51 143 37 44 143 43
Binary 10101111 1101000 1 0 101001 1100011 11111 100100 1100011 100011

Color Harmonies of #AF6801

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF6801

Black with #AF6801

Text Example


Text Example

White with #AF6801

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF6801; }

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

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

background-color css

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

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

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

border-color css

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

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

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