Html Css Color HEX #AB8629 Reef Gold

📋 copy color: '#AB8629'

red 171 ◦ green 134 ◦ blue 41

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

Shades of Reef Gold #AB8629

Tints of Reef Gold #AB8629

RGB

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

 GREEN value IS 134 (52.73% from 255) = 38.73%

 BLUE value IS 41 (16.41% from 255) = 11.85%

R = 49.42%
G = 38.73%
B = 11.85%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.76

 K value IS 0.33

RGB Variations

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

Color information

#AB8629 (or 0xAB8629) is known color: Reef Gold. HEX triplet: AB, 86 and 29. RGB value is (171,134,41). Sum of RGB (Red+Green+Blue) = 171+134+41=346 (45% of max value = 765). Red value is 171 (67.19% from 255 or 49.42% from 346); Green value is 134 (52.73% from 255 or 38.73% from 346); Blue value is 41 (16.41% from 255 or 11.85% from 346); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8629 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AB8629 is #5479D6. Grayscale: #868686. Windows color (decimal): -5536215 or 2721451. OLE color: 2721451.

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

Color convert

RGB 171 134 41 -
CMYK 0 0.22 0.76 0.33
HSL 42.92º 0.61% 0.42% -
HSV(B) 42.92º 0.76% 0.67% -
XYZ 25.72 25.87 5.74 -
YUV 134.46 75.26 154.06 -
System Red Green Blue C M Y K H S L
Decimal 171 134 41 0 0.22 0.76 0.33 42.92 0.61 0.42
Hex AB 86 29 0 16 4C 21 2B 3D 2A
Octal 253 206 51 0 26 114 41 53 75 52
Binary 10101011 10000110 101001 0 10110 1001100 100001 101011 111101 101010

Color Harmonies of #AB8629

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB8629

Black with #AB8629

Text Example


Text Example

White with #AB8629

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB8629; }

 p { color: rgb(171,134,41); }

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

background-color css

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

 a { background-color: rgb(171,134,41); }

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

border-color css

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

 span { border-color: rgb(171,134,41); }

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