Html Css Color HEX #A7993C Reef Gold

📋 copy color: '#A7993C'

red 167 ◦ green 153 ◦ blue 60

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

Shades of Reef Gold #A7993C

Tints of Reef Gold #A7993C

RGB

 RED value IS 167 (65.63% from 255) = 43.95%

 GREEN value IS 153 (60.16% from 255) = 40.26%

 BLUE value IS 60 (23.83% from 255) = 15.79%

R = 43.95%
G = 40.26%
B = 15.79%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.64

 K value IS 0.35

RGB Variations

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

Color information

#A7993C (or 0xA7993C) is known color: Reef Gold. HEX triplet: A7, 99 and 3C. RGB value is (167,153,60). Sum of RGB (Red+Green+Blue) = 167+153+60=380 (50% of max value = 765). Red value is 167 (65.62% from 255 or 43.95% from 380); Green value is 153 (60.16% from 255 or 40.26% from 380); Blue value is 60 (23.83% from 255 or 15.79% from 380); Max value from RGB is 167 - color contains mainly: red. Hex color #A7993C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A7993C is #5866C3. Grayscale: #929292. Windows color (decimal): -5793476 or 3971495. OLE color: 3971495.

HSL color Cylindrical-coordinate representation of color #A7993C: hue angle of 52.15º degrees, saturation: 0.47, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A7993C is Cyan = 0, Magento = 0.08, Yellow = 0.64 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 153 60 -
CMYK 0 0.08 0.64 0.35
HSL 52.15º 0.47% 0.45% -
HSV(B) 52.15º 0.64% 0.65% -
XYZ 28.14 31.32 8.84 -
YUV 146.58 79.14 142.56 -
System Red Green Blue C M Y K H S L
Decimal 167 153 60 0 0.08 0.64 0.35 52.15 0.47 0.45
Hex A7 99 3C 0 8 40 23 34 2F 2D
Octal 247 231 74 0 10 100 43 64 57 55
Binary 10100111 10011001 111100 0 1000 1000000 100011 110100 101111 101101

Color Harmonies of #A7993C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7993C

Black with #A7993C

Text Example


Text Example

White with #A7993C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7993C; }

 p { color: rgb(167,153,60); }

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

background-color css

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

 a { background-color: rgb(167,153,60); }

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

border-color css

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

 span { border-color: rgb(167,153,60); }

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