Html Css Color HEX #AF6001 Golden Brown

📋 copy color: '#AF6001'

red 175 ◦ green 96 ◦ blue 1

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

Shades of Golden Brown #AF6001

Tints of Golden Brown #AF6001

RGB

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

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

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

R = 64.34%
G = 35.29%
B = 0.37%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.99

 K value IS 0.31

RGB Variations

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

Color information

#AF6001 (or 0xAF6001) is known color: Golden Brown. HEX triplet: AF, 60 and 01. RGB value is (175,96,1). Sum of RGB (Red+Green+Blue) = 175+96+1=272 (36% of max value = 765). Red value is 175 (68.75% from 255 or 64.34% from 272); Green value is 96 (37.89% from 255 or 35.29% from 272); Blue value is 1 (0.78% from 255 or 0.37% from 272); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6001 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AF6001 is #509FFE. Grayscale: #6D6D6D. Windows color (decimal): -5283839 or 90287. OLE color: 90287.

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

Color convert

RGB 175 96 1 -
CMYK 0 0.45 0.99 0.31
HSL 32.76º 0.99% 0.35% -
HSV(B) 32.76º 0.99% 0.69% -
XYZ 21.87 17.48 2.25 -
YUV 108.79 67.17 175.22 -
System Red Green Blue C M Y K H S L
Decimal 175 96 1 0 0.45 0.99 0.31 32.76 0.99 0.35
Hex AF 60 1 0 2D 63 1F 21 63 23
Octal 257 140 1 0 55 143 37 41 143 43
Binary 10101111 1100000 1 0 101101 1100011 11111 100001 1100011 100011

Color Harmonies of #AF6001

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF6001

Black with #AF6001

Text Example


Text Example

White with #AF6001

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF6001; }

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

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

background-color css

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

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

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

border-color css

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

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

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