Html Css Color HEX #AF6701 Golden Brown

📋 copy color: '#AF6701'

red 175 ◦ green 103 ◦ blue 1

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

Shades of Golden Brown #AF6701

Tints of Golden Brown #AF6701

RGB

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

 GREEN value IS 103 (40.63% from 255) = 36.92%

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

R = 62.72%
G = 36.92%
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

#AF6701 (or 0xAF6701) is known color: Golden Brown. HEX triplet: AF, 67 and 01. RGB value is (175,103,1). Sum of RGB (Red+Green+Blue) = 175+103+1=279 (36% of max value = 765). Red value is 175 (68.75% from 255 or 62.72% from 279); Green value is 103 (40.62% from 255 or 36.92% from 279); Blue value is 1 (0.78% from 255 or 0.36% from 279); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6701 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AF6701 is #5098FE. Grayscale: #717171. Windows color (decimal): -5282047 or 92079. OLE color: 92079.

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

Color convert

RGB 175 103 1 -
CMYK 0 0.41 0.99 0.31
HSL 35.17º 0.99% 0.35% -
HSV(B) 35.17º 0.99% 0.69% -
XYZ 22.53 18.82 2.47 -
YUV 112.9 64.85 172.29 -
System Red Green Blue C M Y K H S L
Decimal 175 103 1 0 0.41 0.99 0.31 35.17 0.99 0.35
Hex AF 67 1 0 29 63 1F 23 63 23
Octal 257 147 1 0 51 143 37 43 143 43
Binary 10101111 1100111 1 0 101001 1100011 11111 100011 1100011 100011

Color Harmonies of #AF6701

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF6701

Black with #AF6701

Text Example


Text Example

White with #AF6701

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF6701; }

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

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

background-color css

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

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

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

border-color css

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

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

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