Html Css Color HEX #AF6601 Golden Brown

📋 copy color: '#AF6601'

red 175 ◦ green 102 ◦ blue 1

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

Shades of Golden Brown #AF6601

Tints of Golden Brown #AF6601

RGB

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

 GREEN value IS 102 (40.23% from 255) = 36.69%

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

R = 62.95%
G = 36.69%
B = 0.36%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.99

 K value IS 0.31

RGB Variations

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

Color information

#AF6601 (or 0xAF6601) is known color: Golden Brown. HEX triplet: AF, 66 and 01. RGB value is (175,102,1). Sum of RGB (Red+Green+Blue) = 175+102+1=278 (36% of max value = 765). Red value is 175 (68.75% from 255 or 62.95% from 278); Green value is 102 (40.23% from 255 or 36.69% from 278); Blue value is 1 (0.78% from 255 or 0.36% from 278); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6601 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AF6601 is #5099FE. Grayscale: #707070. Windows color (decimal): -5282303 or 91823. OLE color: 91823.

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

Color convert

RGB 175 102 1 -
CMYK 0 0.42 0.99 0.31
HSL 34.83º 0.99% 0.35% -
HSV(B) 34.83º 0.99% 0.69% -
XYZ 22.44 18.62 2.44 -
YUV 112.31 65.18 172.71 -
System Red Green Blue C M Y K H S L
Decimal 175 102 1 0 0.42 0.99 0.31 34.83 0.99 0.35
Hex AF 66 1 0 2A 63 1F 23 63 23
Octal 257 146 1 0 52 143 37 43 143 43
Binary 10101111 1100110 1 0 101010 1100011 11111 100011 1100011 100011

Color Harmonies of #AF6601

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF6601

Black with #AF6601

Text Example


Text Example

White with #AF6601

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF6601; }

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

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

background-color css

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

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

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

border-color css

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

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

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