Html Css Color HEX #AB630C Golden Brown

📋 copy color: '#AB630C'

red 171 ◦ green 99 ◦ blue 12

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

Shades of Golden Brown #AB630C

Tints of Golden Brown #AB630C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 4.26%

R = 60.64%
G = 35.11%
B = 4.26%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.93

 K value IS 0.33

RGB Variations

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

Color information

#AB630C (or 0xAB630C) is known color: Golden Brown. HEX triplet: AB, 63 and 0C. RGB value is (171,99,12). Sum of RGB (Red+Green+Blue) = 171+99+12=282 (37% of max value = 765). Red value is 171 (67.19% from 255 or 60.64% from 282); Green value is 99 (39.06% from 255 or 35.11% from 282); Blue value is 12 (5.08% from 255 or 4.26% from 282); Max value from RGB is 171 - color contains mainly: red. Hex color #AB630C is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AB630C is #549CF3. Grayscale: #6F6F6F. Windows color (decimal): -5545204 or 811947. OLE color: 811947.

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

Color convert

RGB 171 99 12 -
CMYK 0 0.42 0.93 0.33
HSL 32.83º 0.87% 0.36% -
HSV(B) 32.83º 0.93% 0.67% -
XYZ 21.32 17.61 2.62 -
YUV 110.61 72.35 171.07 -
System Red Green Blue C M Y K H S L
Decimal 171 99 12 0 0.42 0.93 0.33 32.83 0.87 0.36
Hex AB 63 C 0 2A 5D 21 21 57 24
Octal 253 143 14 0 52 135 41 41 127 44
Binary 10101011 1100011 1100 0 101010 1011101 100001 100001 1010111 100100

Color Harmonies of #AB630C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB630C

Black with #AB630C

Text Example


Text Example

White with #AB630C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB630C; }

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

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

background-color css

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

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

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

border-color css

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

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

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