Html Css Color HEX #AB6315 Golden Brown

📋 copy color: '#AB6315'

red 171 ◦ green 99 ◦ blue 21

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

Shades of Golden Brown #AB6315

Tints of Golden Brown #AB6315

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 7.22%

R = 58.76%
G = 34.02%
B = 7.22%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.88

 K value IS 0.33

RGB Variations

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

Color information

#AB6315 (or 0xAB6315) is known color: Golden Brown. HEX triplet: AB, 63 and 15. RGB value is (171,99,21). Sum of RGB (Red+Green+Blue) = 171+99+21=291 (38% of max value = 765). Red value is 171 (67.19% from 255 or 58.76% from 291); Green value is 99 (39.06% from 255 or 34.02% from 291); Blue value is 21 (8.59% from 255 or 7.22% from 291); Max value from RGB is 171 - color contains mainly: red. Hex color #AB6315 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AB6315 is #549CEA. Grayscale: #707070. Windows color (decimal): -5545195 or 1401771. OLE color: 1401771.

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

Color convert

RGB 171 99 21 -
CMYK 0 0.42 0.88 0.33
HSL 31.2º 0.78% 0.38% -
HSV(B) 31.2º 0.88% 0.67% -
XYZ 21.39 17.64 2.99 -
YUV 111.64 76.85 170.34 -
System Red Green Blue C M Y K H S L
Decimal 171 99 21 0 0.42 0.88 0.33 31.2 0.78 0.38
Hex AB 63 15 0 2A 58 21 1F 4E 26
Octal 253 143 25 0 52 130 41 37 116 46
Binary 10101011 1100011 10101 0 101010 1011000 100001 11111 1001110 100110

Color Harmonies of #AB6315

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB6315

Black with #AB6315

Text Example


Text Example

White with #AB6315

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB6315; }

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

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

background-color css

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

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

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

border-color css

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

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

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