Html Css Color HEX #AB6300 Golden Brown

📋 copy color: '#AB6300'

red 171 ◦ green 99 ◦ blue 0

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

Shades of Golden Brown #AB6300

Tints of Golden Brown #AB6300

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 63.33%
G = 36.67%
B = 0%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 1

 K value IS 0.33

RGB Variations

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

Color information

#AB6300 (or 0xAB6300) is known color: Golden Brown. HEX triplet: AB, 63 and 00. RGB value is (171,99,0). Sum of RGB (Red+Green+Blue) = 171+99+0=270 (35% of max value = 765). Red value is 171 (67.19% from 255 or 63.33% from 270); Green value is 99 (39.06% from 255 or 36.67% from 270); Blue value is 0 (0.39% from 255 or 0% from 270); Max value from RGB is 171 - color contains mainly: red. Hex color #AB6300 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AB6300 is #549CFF. Grayscale: #6D6D6D. Windows color (decimal): -5545216 or 25515. OLE color: 25515.

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

Color convert

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

Color Harmonies of #AB6300

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB6300

Black with #AB6300

Text Example


Text Example

White with #AB6300

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB6300; }

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

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

background-color css

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

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

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

border-color css

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

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

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