Html Css Color HEX #AB6304 Golden Brown

📋 copy color: '#AB6304'

red 171 ◦ green 99 ◦ blue 4

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

Shades of Golden Brown #AB6304

Tints of Golden Brown #AB6304

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.46%

R = 62.41%
G = 36.13%
B = 1.46%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.98

 K value IS 0.33

RGB Variations

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

Color information

#AB6304 (or 0xAB6304) is known color: Golden Brown. HEX triplet: AB, 63 and 04. RGB value is (171,99,4). Sum of RGB (Red+Green+Blue) = 171+99+4=274 (36% of max value = 765). Red value is 171 (67.19% from 255 or 62.41% from 274); Green value is 99 (39.06% from 255 or 36.13% from 274); Blue value is 4 (1.95% from 255 or 1.46% from 274); Max value from RGB is 171 - color contains mainly: red. Hex color #AB6304 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AB6304 is #549CFB. Grayscale: #6E6E6E. Windows color (decimal): -5545212 or 287659. OLE color: 287659.

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

Color convert

RGB 171 99 4 -
CMYK 0 0.42 0.98 0.33
HSL 34.13º 0.95% 0.34% -
HSV(B) 34.13º 0.98% 0.67% -
XYZ 21.28 17.59 2.39 -
YUV 109.7 68.35 171.72 -
System Red Green Blue C M Y K H S L
Decimal 171 99 4 0 0.42 0.98 0.33 34.13 0.95 0.34
Hex AB 63 4 0 2A 62 21 22 5F 22
Octal 253 143 4 0 52 142 41 42 137 42
Binary 10101011 1100011 100 0 101010 1100010 100001 100010 1011111 100010

Color Harmonies of #AB6304

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB6304

Black with #AB6304

Text Example


Text Example

White with #AB6304

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB6304; }

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

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

background-color css

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

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

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

border-color css

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

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

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