Html Css Color HEX #AB943B Reef Gold

📋 copy color: '#AB943B'

red 171 ◦ green 148 ◦ blue 59

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

Shades of Reef Gold #AB943B

Tints of Reef Gold #AB943B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 15.61%

R = 45.24%
G = 39.15%
B = 15.61%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.65

 K value IS 0.33

RGB Variations

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

Color information

#AB943B (or 0xAB943B) is known color: Reef Gold. HEX triplet: AB, 94 and 3B. RGB value is (171,148,59). Sum of RGB (Red+Green+Blue) = 171+148+59=378 (50% of max value = 765). Red value is 171 (67.19% from 255 or 45.24% from 378); Green value is 148 (58.20% from 255 or 39.15% from 378); Blue value is 59 (23.44% from 255 or 15.61% from 378); Max value from RGB is 171 - color contains mainly: red. Hex color #AB943B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AB943B is #546BC4. Grayscale: #919191. Windows color (decimal): -5532613 or 3904683. OLE color: 3904683.

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

Color convert

RGB 171 148 59 -
CMYK 0 0.13 0.65 0.33
HSL 47.68º 0.49% 0.45% -
HSV(B) 47.68º 0.65% 0.67% -
XYZ 28.17 30.15 8.47 -
YUV 144.73 79.62 146.74 -
System Red Green Blue C M Y K H S L
Decimal 171 148 59 0 0.13 0.65 0.33 47.68 0.49 0.45
Hex AB 94 3B 0 D 41 21 30 31 2D
Octal 253 224 73 0 15 101 41 60 61 55
Binary 10101011 10010100 111011 0 1101 1000001 100001 110000 110001 101101

Color Harmonies of #AB943B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB943B

Black with #AB943B

Text Example


Text Example

White with #AB943B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB943B; }

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

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

background-color css

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

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

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

border-color css

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

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

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