Html Css Color HEX #AB9334 Reef Gold

📋 copy color: '#AB9334'

red 171 ◦ green 147 ◦ blue 52

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

Shades of Reef Gold #AB9334

Tints of Reef Gold #AB9334

RGB

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

 GREEN value IS 147 (57.81% from 255) = 39.73%

 BLUE value IS 52 (20.7% from 255) = 14.05%

R = 46.22%
G = 39.73%
B = 14.05%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.70

 K value IS 0.33

RGB Variations

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

Color information

#AB9334 (or 0xAB9334) is known color: Reef Gold. HEX triplet: AB, 93 and 34. RGB value is (171,147,52). Sum of RGB (Red+Green+Blue) = 171+147+52=370 (49% of max value = 765). Red value is 171 (67.19% from 255 or 46.22% from 370); Green value is 147 (57.81% from 255 or 39.73% from 370); Blue value is 52 (20.70% from 255 or 14.05% from 370); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9334 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AB9334 is #546CCB. Grayscale: #8F8F8F. Windows color (decimal): -5532876 or 3445675. OLE color: 3445675.

HSL color Cylindrical-coordinate representation of color #AB9334: hue angle of 47.9º degrees, saturation: 0.53, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AB9334 is Cyan = 0, Magento = 0.14, Yellow = 0.70 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 147 52 -
CMYK 0 0.14 0.70 0.33
HSL 47.9º 0.53% 0.44% -
HSV(B) 47.9º 0.7% 0.67% -
XYZ 27.85 29.77 7.53 -
YUV 143.35 76.45 147.72 -
System Red Green Blue C M Y K H S L
Decimal 171 147 52 0 0.14 0.70 0.33 47.9 0.53 0.44
Hex AB 93 34 0 E 46 21 30 35 2C
Octal 253 223 64 0 16 106 41 60 65 54
Binary 10101011 10010011 110100 0 1110 1000110 100001 110000 110101 101100

Color Harmonies of #AB9334

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB9334

Black with #AB9334

Text Example


Text Example

White with #AB9334

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB9334; }

 p { color: rgb(171,147,52); }

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

background-color css

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

 a { background-color: rgb(171,147,52); }

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

border-color css

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

 span { border-color: rgb(171,147,52); }

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