Html Css Color HEX #AB9432 Reef Gold

📋 copy color: '#AB9432'

red 171 ◦ green 148 ◦ blue 50

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

Shades of Reef Gold #AB9432

Tints of Reef Gold #AB9432

RGB

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

 GREEN value IS 148 (58.2% from 255) = 40.11%

 BLUE value IS 50 (19.92% from 255) = 13.55%

R = 46.34%
G = 40.11%
B = 13.55%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.71

 K value IS 0.33

RGB Variations

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

Color information

#AB9432 (or 0xAB9432) is known color: Reef Gold. HEX triplet: AB, 94 and 32. RGB value is (171,148,50). Sum of RGB (Red+Green+Blue) = 171+148+50=369 (48% of max value = 765). Red value is 171 (67.19% from 255 or 46.34% from 369); Green value is 148 (58.20% from 255 or 40.11% from 369); Blue value is 50 (19.92% from 255 or 13.55% from 369); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9432 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AB9432 is #546BCD. Grayscale: #909090. Windows color (decimal): -5532622 or 3314859. OLE color: 3314859.

HSL color Cylindrical-coordinate representation of color #AB9432: hue angle of 48.6º degrees, saturation: 0.55, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #AB9432 is Cyan = 0, Magento = 0.13, Yellow = 0.71 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 148 50 -
CMYK 0 0.13 0.71 0.33
HSL 48.6º 0.55% 0.43% -
HSV(B) 48.6º 0.71% 0.67% -
XYZ 27.96 30.07 7.35 -
YUV 143.71 75.12 147.47 -
System Red Green Blue C M Y K H S L
Decimal 171 148 50 0 0.13 0.71 0.33 48.6 0.55 0.43
Hex AB 94 32 0 D 47 21 31 37 2B
Octal 253 224 62 0 15 107 41 61 67 53
Binary 10101011 10010100 110010 0 1101 1000111 100001 110001 110111 101011

Color Harmonies of #AB9432

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB9432

Black with #AB9432

Text Example


Text Example

White with #AB9432

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB9432; }

 p { color: rgb(171,148,50); }

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

background-color css

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

 a { background-color: rgb(171,148,50); }

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

border-color css

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

 span { border-color: rgb(171,148,50); }

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