Html Css Color HEX #AB8430 Reef Gold

📋 copy color: '#AB8430'

red 171 ◦ green 132 ◦ blue 48

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

Shades of Reef Gold #AB8430

Tints of Reef Gold #AB8430

RGB

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

 GREEN value IS 132 (51.95% from 255) = 37.61%

 BLUE value IS 48 (19.14% from 255) = 13.68%

R = 48.72%
G = 37.61%
B = 13.68%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.72

 K value IS 0.33

RGB Variations

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

Color information

#AB8430 (or 0xAB8430) is known color: Reef Gold. HEX triplet: AB, 84 and 30. RGB value is (171,132,48). Sum of RGB (Red+Green+Blue) = 171+132+48=351 (46% of max value = 765). Red value is 171 (67.19% from 255 or 48.72% from 351); Green value is 132 (51.95% from 255 or 37.61% from 351); Blue value is 48 (19.14% from 255 or 13.68% from 351); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8430 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AB8430 is #547BCF. Grayscale: #868686. Windows color (decimal): -5536720 or 3179691. OLE color: 3179691.

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

Color convert

RGB 171 132 48 -
CMYK 0 0.23 0.72 0.33
HSL 40.98º 0.56% 0.43% -
HSV(B) 40.98º 0.72% 0.67% -
XYZ 25.58 25.37 6.35 -
YUV 134.09 79.42 154.33 -
System Red Green Blue C M Y K H S L
Decimal 171 132 48 0 0.23 0.72 0.33 40.98 0.56 0.43
Hex AB 84 30 0 17 48 21 29 38 2B
Octal 253 204 60 0 27 110 41 51 70 53
Binary 10101011 10000100 110000 0 10111 1001000 100001 101001 111000 101011

Color Harmonies of #AB8430

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB8430

Black with #AB8430

Text Example


Text Example

White with #AB8430

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB8430; }

 p { color: rgb(171,132,48); }

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

background-color css

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

 a { background-color: rgb(171,132,48); }

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

border-color css

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

 span { border-color: rgb(171,132,48); }

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