Html Css Color HEX #AB6301 Golden Brown

📋 copy color: '#AB6301'

red 171 ◦ green 99 ◦ blue 1

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

Shades of Golden Brown #AB6301

Tints of Golden Brown #AB6301

RGB

 RED value IS 171 (67.19% from 255) = 63.1%

 GREEN value IS 99 (39.06% from 255) = 36.53%

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

R = 63.1%
G = 36.53%
B = 0.37%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.99

 K value IS 0.33

RGB Variations

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

Color information

#AB6301 (or 0xAB6301) is known color: Golden Brown. HEX triplet: AB, 63 and 01. RGB value is (171,99,1). Sum of RGB (Red+Green+Blue) = 171+99+1=271 (35% of max value = 765). Red value is 171 (67.19% from 255 or 63.10% from 271); Green value is 99 (39.06% from 255 or 36.53% from 271); Blue value is 1 (0.78% from 255 or 0.37% from 271); Max value from RGB is 171 - color contains mainly: red. Hex color #AB6301 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AB6301 is #549CFE. Grayscale: #6D6D6D. Windows color (decimal): -5545215 or 91051. OLE color: 91051.

HSL color Cylindrical-coordinate representation of color #AB6301: hue angle of 34.59º degrees, saturation: 0.99, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AB6301 is Cyan = 0, Magento = 0.42, Yellow = 0.99 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 99 1 -
CMYK 0 0.42 0.99 0.33
HSL 34.59º 0.99% 0.34% -
HSV(B) 34.59º 0.99% 0.67% -
XYZ 21.26 17.58 2.3 -
YUV 109.36 66.85 171.97 -
System Red Green Blue C M Y K H S L
Decimal 171 99 1 0 0.42 0.99 0.33 34.59 0.99 0.34
Hex AB 63 1 0 2A 63 21 23 63 22
Octal 253 143 1 0 52 143 41 43 143 42
Binary 10101011 1100011 1 0 101010 1100011 100001 100011 1100011 100010

Color Harmonies of #AB6301

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB6301

Black with #AB6301

Text Example


Text Example

White with #AB6301

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB6301; }

 p { color: rgb(171,99,1); }

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

background-color css

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

 a { background-color: rgb(171,99,1); }

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

border-color css

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

 span { border-color: rgb(171,99,1); }

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